var github.com/go-pg/pg/v10/types.sliceStringType

2 uses

	github.com/go-pg/pg/v10/types (current package)
		array_append.go#L11: 	sliceStringType = reflect.TypeOf([]string(nil))
		array_append.go#L107: 	ss := v.Convert(sliceStringType).Interface().([]string)